@import "flex.css";
@import "footer.css";

:root
{
    --color-zapp:rgb(195,84,237);

    --color-grisclaro: #4c4c4c;
    --color-grisoscuro: #3a3a3a;
}
 
body
{
    font-family: 'Poppins' !important;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

#header
{
    position: fixed;
    top: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--color-grisclaro), var(--color-grisoscuro));
    z-index: 1;
}

.seccion
{
    background-image: linear-gradient(var(--color-grisoscuro),var(--color-grisclaro),var(--color-grisoscuro));
}

button
{
    text-align: center;
    background-image: linear-gradient(to bottom, var(--color-grisclaro), var(--color-grisoscuro));
    border: 2px solid var(--color-zapp);
    border-radius: 8px;
    margin: 1em;
    width: 100%;
    height: 100%;
    color: var(--color-zapp);
}

.reduce
{
    width: 50%;
}
.disp
{
    width: 25%
}

#seccion3
{
    padding: 0;
    background-image: linear-gradient(160deg, var(--color-grisoscuro) 70%, rgba(195,84,237,0.8) 100%);
}
#imagenContainer
{
    width: 100%;
    z-index: 0;
}
#imagenZapp
{
    background-image: url(../img/FONDOZAPP.png);
    background-size: cover;
    width: 100%;
}
#pcZapp
{
    width: 15%;
}
#tabZapp
{
    width: 10%;
}
#phoneZapp
{
    width: 5%;
    margin: 0;
    /* transform: translateX(-10px); */
    z-index: 0;
}

#menu
{
    background-image: url('../img/ZAPP/FONDO ZAPP.png');
    background-position: top right;
    background-attachment: fixed;
}
.nos
{
    margin: 2vh 2vw;
    padding: 2vh 2vw;
    border-radius: 8px;
    width: 75%;
    margin: 1rem 0.21rem;
    background-image: linear-gradient(to bottom, var(--color-grisclaro), var(--color-grisoscuro));
    
}

.menu
{
    width: 18%;
    margin: 1rem 0.21rem;
    
}

#headerLogo
{
    width: 25rem;
}

.logo
{
    width: 12vw;
    transition: 0.3s;
}

.logo-container
{
    width: 100%;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p,label,li,a
{
    font-family: 'Poppins';
}

.white
{
    color: white;
}

h1,h2,h3,h4,h5
{
    margin: 0.2rem;
}

a
{
    text-decoration: none;
    text-align: center;
}

h6
{
    height: 100%;
    width: 100%;
}

#imagenContainer
{
    width: 100%;
}

.titulo
{
    text-align: center;
    border-bottom: 2px solid var(--color-zapp); 
    background-color: rgb(26,26,26); 
    padding: 1px;
}

@media (max-width: 630px) {
    #zp
    {
        display: none;
    }
}

@media (max-width: 416px) {
    #phoneZapp
    {
        width:10%;
        transform: translateX(0);
    }

    #rs,#ac,#hide,#tabZapp,#pcZapp
    {
        display: none;
    }

    #headerLogo
    {
        width: 20em;
    }
}